home *** CD-ROM | disk | FTP | other *** search
/ IL-2 Sturmovik (2001) Dig…Preview and Review disks / Demo disk.iso / data1.cab / Files / lib / rt.jar / sun / rmi / rmid / resources / rmid.properties < prev   
Encoding:
Text File  |  1979-12-31  |  2.1 KB  |  61 lines

  1. #
  2. # @(#)rmid.properties    1.5 00/04/06
  3. #
  4. # Copyright 1998 by Sun Microsystems, Inc.,
  5. # 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
  6. # All rights reserved.
  7. #
  8. # This software is the confidential and proprietary information
  9. # of Sun Microsystems, Inc. ("Confidential Information").  You
  10. # shall not disclose such Confidential Information and shall use
  11. # it only in accordance with the terms of the license agreement
  12. # you entered into with Sun.
  13. #
  14.  
  15. # "port" here refers to a TCP port for the server to listen on.
  16. rmid.syntax.port.badnumber=\
  17.     port is not a number
  18.  
  19. # "-port" should not be translated, because it's part of command syntax.
  20. rmid.syntax.port.missing=\
  21.     -port option requires argument
  22.  
  23. # "-log" should not be translated, because it's part of command syntax.
  24. rmid.syntax.log.missing=\
  25.     -log option requires argument
  26.  
  27. # {0} = the (string) illegal argument in question
  28. rmid.syntax.illegal.option=\
  29.     illegal option: {0}
  30.  
  31. # {0} = the (string) reason text that came with a thrown exception
  32. # "Activation.main" should not be translated, because it's a codepoint
  33. rmid.unexpected.exception=\
  34.     Activation.main: an exception occurred: {0}
  35.  
  36. # "java.home" should not be translated, because it's a property name
  37. # "ActivatorImpl" should not be translated, because it's a codepoint
  38. rmid.unfound.java.home.property=\
  39.     ActivatorImpl: unable to locate java.home
  40.  
  41. # "Activation.main" should not be translated, because it's a codepoint
  42. rmid.exec.policy.invalid=\
  43.     Activation.main: invalid exec policy class
  44.  
  45. # "rmid", "-port", "-log", "-stop", "-C" and "-J" should not be translated,
  46. # because they are syntax
  47. rmid.usage=Usage: {0} <options>\
  48. \n\
  49. \nwhere <options> include:\
  50. \n  -port <port>        Specify port for rmid to use\
  51. \n  -log <directory>    Specify directory in which rmid writes log\
  52. \n  -stop               Stop current invocation of rmid (for specified port)\
  53. \n  -C<runtime flag>    Pass argument to each child process (activation group)\
  54. \n  -J<runtime flag>    Pass argument to the java interpreter\
  55. \n\
  56.  
  57. # This means "The currently running activation daemon has been shut down,
  58. # and is about to exit".
  59. rmid.daemon.shutdown=\
  60.     activation daemon shut down
  61.